-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add Aave v2 incentives read functions #176
Conversation
|
Features
ContributorsCommit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
Size Change: +291 B (0%) Total Size: 221 kB
ℹ️ View Unchanged
|
PR-Codex overview
Focus of the PR:
This PR focuses on adding two new methods (
getRewardsBalance
andgetUserUnclaimedRewards
) to theAaveV2Debt.ts
file in thesdk
package.Detailed summary:
type PublicClient
import from "viem" inAaveV2Debt.ts
file.getRewardsBalance
andgetUserUnclaimedRewards
to interact with the Aave incentives controller contract.